home *** CD-ROM | disk | FTP | other *** search
- 3.2.0.1 (13th August, 2006) (Release)
-
- No AutoItX changes (See main AutoIt changelog)
-
-
- 3.2.0 (12th August, 2006) (Release)
-
- - Changed: PixelSearch now returns an array (COM) and POINT (DLL)
-
- - Fixed: ControlGetFocus() 2nd parameter is now optional
- - Fixed: ControlCommand() and ADDSTRING
- - Fixed: RegDelete() documentation changed to RegDeleteKey() and RegDeleteVal()
- - Fixed: PixelSearch() was returning corrupt values
- - Fixed: ControlGetHandle() not working with numeric control IDs
-
-
- 3.1.1 (7th Apr, 2005) (Release)
-
- No AutoItX changes (See main AutoIt changelog)
-
-
- 3.1.0 (7th Feb, 2005) (Beta)
-
- - Added: WinGetProcess()
- - Added: "main", "primary", "menu", "secondary" added as valid mouse button types.
- - Added: ControlListView()
- - Added: ControlGetHandle()
- - Added: WinSetTrans()
-
- - Removed: URLDownloadToFile() (to be replaced with InetGet in the next version)
-
- - Changed: IniDelete() can also delete entire sections
- - Changed: The mouse and pixel functions now have an additional "client area" mode.
- - Changed: PixelChecksum() now has optional step parameter
- - Changed: Control...() functions now accept the Control ID as an extra way to identify a control
-
- - Fixed: StatusBarGetText() failed when used with no "Text" parameter